Security Group

aws/security aws/networking aws/concept

💡 Definition

An AWS Security Group acts as a virtual firewall for your EC2 instances to control inbound and outbound traffic. It operates at the instance level.

🔑 Key Concepts

⚙️ How it Works

When you launch an EC2 instance, you associate one or more Security Groups with it. The Security Group rules define which network traffic is permitted to reach or leave the instance.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * EC2 * VPC * NACL